runtime.hchan.bubble (field)
19 uses
runtime (current package)
chan.go#L46: bubble *synctestBubble
chan.go#L117: c.bubble = b
chan.go#L193: if c.bubble != nil && getg().bubble != c.bubble {
chan.go#L280: if c.bubble != nil {
chan.go#L319: if c.bubble != nil && getg().bubble != c.bubble {
chan.go#L418: if c.bubble != nil && getg().bubble != c.bubble {
chan.go#L540: if c.bubble != nil && getg().bubble != c.bubble {
chan.go#L664: if c.bubble != nil {
chan.go#L703: if c.bubble != nil && getg().bubble != c.bubble {
select.go#L179: if cas.c.bubble != nil {
select.go#L180: if getg().bubble != cas.c.bubble {
time.go#L1443: if t.isFake && getg().bubble != c.bubble {
time.go#L1466: t.unlockAndRun(now, c.bubble)
time.go#L1476: if t.isFake && c.bubble != getg().bubble {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |